projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b88ec2
)
; * eglot.el (eglot-server-initialized-hook): fix punctuation.
author
Stefan Kangas
<stefankangas@gmail.com>
Thu, 13 Jan 2022 21:47:36 +0000
(22:47 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Thu, 13 Jan 2022 21:47:36 +0000
(22:47 +0100)
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 4e92bf09bf2d4eec8019caabe35b54432ca41f84..b97e3a4e66857926d8c1238f3ab486beeaae678b 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-1046,7
+1046,7
@@
Use current server's or first available Eglot events buffer."
'()
"Hook run after a `eglot-lsp-server' instance is created.
-That is before a connection was established. Use
+That is before a connection was established.
Use
`eglot-connect-hook' to hook into when a connection was
successfully established and the server on the other side has
received the initializing configuration.